<!DOCTYPE html>

<html>

  <head>

    <meta charset="UTF-8">

    <title>The web site of ballpointink</title>

    <!-- The style.css file allows you to change the look of your web pages.

         If you include the next line in all your web pages, they will all share the same look.

         This makes it easier to make new pages for your site. -->

    <link href="/midterm.css" rel="stylesheet" type="text/css" media="all">

  </head>

  <body>

    <h1>Welcome the Bob Dylan Website!</h1>


    


    <h1>Here's Bobby.</h1>

    

    <ul>

       <li>Life & Music</li>

       <li>Biography</li>

       <li>Albums</li>

       <li>Influences & Influenced</li>


    <p>Here's Bobby</p>

    <img src=https://1.bp.blogspot.com/-DOfqU1C47fk/VtpDX8Z6ePI/AAAAAAAARgQ/-40Fd2cRVZw/s1600/Young%2BBob%2BDylan%2Bin%2Bthe%2B1960s%2B%252823%2529.jpg>


    <img src=https://i.pinimg.com/originals/fa/98/7f/fa987f8a5485e81e8cb03b16fb98cdf5.jpg>

    

    

    

    <h1>Tour Dates</h1>


    <ul>

      <li>North & South America</li>

      <li>Europe</li>

      <li>Asia & Australia</li>

    </ul>


     <h1>Literature & Art</h1>

     

     <ul>

        <li>Books & Readings</li>

        <li>Songs & Poetry</li>

       

        

     <h1>Visuals</h1>

          

     <ul>

        <li>Movies & Film</li>

        <li>Video Clips</li>

        <li>Bob Dylan Interviews</li>

    

      <h1>Prices & Collectibles</h1>

      

      <ul>

         <li>Tour Dates</li>

         <li>Concert Seating</li>

         <li>Bootlegs</li>

         <li>Basement Tapes</li>

    <p>To learn more about Bobby,click the link to his bio! <a href=https://ballpointink.neocities.org/Midterm/page2.html>Midterm/page2.html</a>!</p>

  </body>

</html>